home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / reuse.lha / reuse / m2c / Source.h < prev    next >
C/C++ Source or Header  |  1992-08-18  |  330b  |  11 lines

  1. #define DEFINITION_Source
  2.  
  3. #ifndef DEFINITION_System
  4. #include "System.h"
  5. #endif
  6.  
  7. extern System_tFile Source_BeginSource ARGS((CHAR FileName[], LONGCARD ));
  8. extern INTEGER Source_GetLine ARGS((System_tFile File, ADDRESS Buffer, CARDINAL Size));
  9. extern void Source_CloseSource ARGS((System_tFile File));
  10. extern void BEGIN_Source();
  11.